func internal/runtime/maps.h1

21 uses

	internal/runtime/maps (current package)
		map.go#L183: func h1(h uintptr) uintptr {
		runtime_fast32_swiss.go#L59: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast32_swiss.go#L128: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast32_swiss.go#L242: 		seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast32_swiss.go#L376: 		seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast64_swiss.go#L59: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast64_swiss.go#L128: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast64_swiss.go#L242: 		seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_fast64_swiss.go#L414: 		seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_faststr_swiss.go#L135: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_faststr_swiss.go#L194: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_faststr_swiss.go#L310: 		seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_swiss.go#L83: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_swiss.go#L157: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		runtime_swiss.go#L244: 		seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		table.go#L194: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		table.go#L227: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		table.go#L267: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		table.go#L385: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		table.go#L416: 	seq := makeProbeSeq(h1(hash), t.groups.lengthMask)
		table_debug.go#L52: 					print(" not found [hash=", hash, ", h2=", h2(hash), " h1=", h1(hash), "]\n")